CycloneDX 1.6.2 - Schema Alignment & Typo-/Bug‑Fix Release#934
Closed
jkowalleck wants to merge 10 commits into
Closed
CycloneDX 1.6.2 - Schema Alignment & Typo-/Bug‑Fix Release#934jkowalleck wants to merge 10 commits into
jkowalleck wants to merge 10 commits into
Conversation
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Member
Author
|
CI/CT passing: |
jkowalleck
added a commit
that referenced
this pull request
Jun 2, 2026
## Fixed – Schema Alignment * Protobuf: added the optional, repeated field `ModelCard.property` ([#726] via [#743]) * XML: added the optional, repeated node `//modelCard/properties` ([#726] via [#743]) * XML: changed the node `//modelCard/considerations/users/user` from optional to optional and repeated ([#737] via [#744]) * XML: changed the node `//modelCard/considerations/useCases/useCase` from optional to optional and repeated ([#737] via [#744]) * XML: changed the node `//modelCard/considerations/technicalLimitations/technicalLimitation` from optional to optional and repeated ([#737] via [#744]) * XML: changed the node `//modelCard/considerations/performanceTradeoffs/performanceTradeoff` from optional to optional and repeated ([#737] via [#744]) ## Tests * Added test cases for the updated schemas. [#726]: #726 [#743]: #743 [#737]: #737 [#744]: #744 ----- - fixes #917 - fixes #726 - fixes #737 --- progress: https://github.com/CycloneDX/specification/milestone/13 intended release: v1.7.1 backports: - 1.5.1 - #933 - 1.6.2 - #934
Member
Author
Member
Author
|
release is done. closing PR, locking branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Important
This PR is a backport only. Do not merge it.
It exists to document the changes, tag a release, and then lock the branch.
Fixed – Schema Alignment
ModelCard.property(#726 via #743)//modelCard/properties(#726 via #743)//modelCard/considerations/users/userfrom optional to optional and repeated (#737 via #744)//modelCard/considerations/useCases/useCasefrom optional to optional and repeated (#737 via #744)//modelCard/considerations/technicalLimitations/technicalLimitationfrom optional to optional and repeated (#737 via #744)//modelCard/considerations/performanceTradeoffs/performanceTradeofffrom optional to optional and repeated (#737 via #744)Docs – Schema Alignment
Tests
branch created via
back-port via
then, modified the
schema/xmlcatalog.xmland tests accordingly